intial-blog-setup #33
BIN
dist/other/rohitpaicv.pdf
vendored
BIN
dist/other/rohitpaicv.pdf
vendored
Binary file not shown.
14
src/api/blog/blogRoutes.php
Normal file
14
src/api/blog/blogRoutes.php
Normal 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.
Loading…
Reference in New Issue
Block a user