Created new controllers directory for the API.
This commit is contained in:
parent
95353e3df1
commit
52f592c027
1 changed files with 10 additions and 0 deletions
10
src/application/controllers/api/index.html
Normal file
10
src/application/controllers/api/index.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>403 Forbidden</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<p>Directory access is forbidden.</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue