Create api.newuuid.php

This commit is contained in:
Namhyeon Go 2018-08-19 23:00:10 +09:00 committed by GitHub
parent 49bae6714a
commit c49a7876cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
route/api.newuuid.php Normal file
View File

@ -0,0 +1,12 @@
<?php
/**
* @file api.newuuid.php
* @date 2018-08-19
* @author Go Namhyeon <gnh1201@gmail.com>
* @brief UUID Generator API
*/
loadHelper("UUID.class");
$uuid = UUID::v4();
echo get_callable_token($uuid);