✨ bygger basen for API for henting av alle feilmeldinger fra database til frontend (#13)
This commit is contained in:
parent
f98dde2b44
commit
fc6be8f02c
5 changed files with 39 additions and 16 deletions
|
|
@ -7,4 +7,5 @@ interface Feilmelding {
|
|||
tittel: String,
|
||||
beskrivelse: String
|
||||
haster: boolean
|
||||
dato: Date
|
||||
}
|
||||
Reference in a new issue