source:
bus-n-go-pavel-216049/bus-n-go-frontend/src/app/services/driver/driver.service.ts@
baf4cc4
Last change on this file since baf4cc4 was baf4cc4, checked in by , 3 months ago | |
---|---|
|
|
File size: 165 bytes |
Rev | Line | |
---|---|---|
[baf4cc4] | 1 | import { Injectable } from '@angular/core'; |
2 | ||
3 | @Injectable({ | |
4 | providedIn: 'root' | |
5 | }) | |
6 | export class DriverService { | |
7 | private url = '/api/drivers' | |
8 | constructor() { } | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.