1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

vweb: fix serving static files

This commit is contained in:
Alexander Medvednikov
2021-05-16 04:28:11 +03:00
parent 170282b2af
commit ed6ad728d9
6 changed files with 19 additions and 4 deletions

View File

@@ -123,7 +123,7 @@ pub:
typ int
}
pub enum AttributeKind {
enum AttributeKind {
plain // [name]
string // ['name']
number // [123]