Skip to content
Snippets Groups Projects
Commit 07e553fd authored by cazenave's avatar cazenave
Browse files

change base url to /front

parent 580f3dd3
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ import { ElasticsearchComponent } from './elasticsearch/elasticsearch.component'
import { PublishApiComponent } from './publishapi/publishapi.component'
import { SearchComponent } from './search/search.component';
import { AccountLoginComponent } from './account/login/account.login.component';
import { AppComponent } from './app.component';
const routes: Routes = [
......
......@@ -12,6 +12,12 @@
<p class="lorem">
Describe your repository api to access datasets
</p>
<label>Choose your Repository
<select class="form-control" formControlName="repotype" required>
<option value="1">Inrae</option>>
<option value="2">Inrae-2</option>>
</select>
</label>
<button class="prev-button" nbButton disabled nbStepperNext>prev</button>
<button class="next-button" nbButton nbStepperNext>next</button>
</nb-step>
......
......@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>RegisterFront</title>
<base href="/">
<base href="/front">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap" rel="stylesheet">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment