add rest application and discount-status rest method
This commit is contained in:
14
rest/views/site/index.php
Normal file
14
rest/views/site/index.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
/* @var $this yii\web\View */
|
||||
|
||||
$this->title = 'My Yii Application';
|
||||
?>
|
||||
<div class="site-index">
|
||||
|
||||
<div class="jumbotron">
|
||||
<h1>Web Recepció</h1>
|
||||
<p class="lead">Üdvözöljük Web Recepció oldalunkon!</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
Reference in New Issue
Block a user