Reflected changes of requirements for routes
This commit is contained in:
parent
64453aa176
commit
4b63a236a3
@ -12,7 +12,8 @@ import type { RequestHandler } from './$types';
|
||||
***********************************************************/
|
||||
|
||||
export const GET: RequestHandler = async ({ request }) => {
|
||||
return json(1)
|
||||
|
||||
return text("If you read this you are authenticated")
|
||||
}
|
||||
|
||||
export const PUT: RequestHandler = async ({ request }) => {
|
||||
Loading…
x
Reference in New Issue
Block a user