pslink 0.3.0

A simple webservice that allows registered users to create short links including qr-codes. Anyone can visit the shortened links. This is an ideal setup for small busines or for publishing papers.
1
2
3
4
5
use actix_web_static_files::resource_dir;

fn main() {
    resource_dir("./static").build().unwrap();
}