mirror of
				https://codeberg.org/buzzcode2007/FCC-Project-URLShortener.git
				synced 2025-05-21 03:06:34 +00:00 
			
		
		
		
	fix: update route to new one (#33)
This commit is contained in:
		
							parent
							
								
									fe7078897b
								
							
						
					
					
						commit
						4abc1d9473
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -4,8 +4,8 @@ | |||
|   <head> | ||||
|     <title>URL Shortener Microservice | freeCodeCamp.org</title> | ||||
|     <link | ||||
|       rel="icon"  | ||||
|       type="image/png"  | ||||
|       rel="icon" | ||||
|       type="image/png" | ||||
|       href="https://cdn.freecodecamp.org/universal/favicons/favicon-16x16.png" | ||||
|     /> | ||||
|     <link href="/public/style.css" rel="stylesheet" type="text/css" /> | ||||
|  | @ -15,7 +15,7 @@ | |||
|     <h1>URL Shortener Microservice</h1> | ||||
|     <main> | ||||
|       <section> | ||||
|         <form action="api/shorturl/new" method="POST"> | ||||
|         <form action="api/shorturl" method="POST"> | ||||
|           <fieldset> | ||||
|             <legend>URL Shortener</legend> | ||||
|             <label for="url_input">URL:</label> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue