intial-blog-setup #33

Merged
rodude123 merged 6 commits from intial-blog-setup into master 2023-06-09 14:56:34 +01:00
3 changed files with 14 additions and 0 deletions
Showing only changes of commit e339204bd7 - Show all commits

Binary file not shown.

View File

@ -0,0 +1,14 @@
<?php
namespace api\blog;
use Slim\App;
class blogRoutes implements \api\utils\routesInterface
{
public function createRoutes(App $app): void
{
// TODO: Implement createRoutes() method.
}
}

Binary file not shown.