Updated CV pdf

Signed-off-by: rodude123 <rodude123@gmail.com>
This commit is contained in:
Rohit Pai 2023-06-09 14:39:28 +01:00
parent a3eb4678f9
commit e339204bd7
3 changed files with 14 additions and 0 deletions

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.