Working on OAuth

This commit is contained in:
2021-06-30 19:12:29 +02:00
parent bc21d0d508
commit b263de65fa
10 changed files with 4893 additions and 4745 deletions

View File

@@ -1,6 +1,6 @@
import {HttpContextContract} from "@ioc:Adonis/Core/HttpContext";
import GuestBookMessage from "../../Models/GuestBookMessage";
import GuestValidator from "../../Validators/guestbook/GuestValidator";
import GuestBookMessage from "App/Models/GuestBookMessage";
import GuestValidator from "App/Validators/guestbook/GuestValidator";
export default class GuestBookController {